type net/http.http2streamState
6 uses
net/http (current package)
h2_bundle.go#L3387: type http2streamState int
h2_bundle.go#L3402: http2stateIdle http2streamState = iota
h2_bundle.go#L3417: func (st http2streamState) String() string {
h2_bundle.go#L4462: state http2streamState
h2_bundle.go#L4484: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
h2_bundle.go#L5926: func (sc *http2serverConn) newStream(id, pusherID uint32, state http2streamState) *http2stream {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |